home *** CD-ROM | disk | FTP | other *** search
/ Macromedia Multimedia Showcase 5.1 / Macromedia - Multimedia Showcase 5.1 (Macromedia) (1996).ISO / pc / media / 58110.dir / 00132_Script_132 < prev    next >
Text File  |  1996-03-27  |  205b  |  9 lines

  1. on exitFrame
  2.   repeat with i = 39 to 44
  3.     if rollover(i) then
  4.       set the rect of sprite 31 = the rect of sprite (i-6)
  5.       exit 
  6.     end if
  7.   end repeat
  8.   set the loch of sprite 31 = -200
  9. end